home *** CD-ROM | disk | FTP | other *** search
- Path: maverick.tad.eds.com!news-admin@tad.eds.com
- From: bhenry@news.tad.eds.com (bhenry)
- Newsgroups: comp.lang.c++
- Subject: Re: Could use some help...
- Date: 11 Mar 1996 20:04:29 GMT
- Organization: CO
- Message-ID: <4i210d$gg9@maverick.tad.eds.com>
- References: <4h632q$eij@thor.cmp.ilstu.edu>
- NNTP-Posting-Host: 148.94.162.227
- X-Newsreader: WinVN 0.91.6
-
- > for(i = 0; i < 10; i++)
- > for(j = 0; j < 5; j++)
- > for(x = 0; x < 5; x++)
- > if(bingo_numbers[i] = start_numbers[j][k]) //THIS IS THE PROB
- > new_board[j][k] = -1;
- > else
- > new_board[j][k] = start_numbers[j][k];
-
-
- What is [k]? Should it be [x].
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-